# WishList(Django-CRUD) Simple wishlist CRUD application to save, update delete the wish ## Installation Clone This Repository or Download on your local machine ``` git clone https://github.com/chavarera/Django-CRUD.git ``` Change Directory Path (Or Open Terminal in Project Directory where **manage.py** file is located) ``` cd Django-CRUD/ ``` Activate Your Virtual Enviornment Then Type ``` python manage.py migrate ``` Install **Requirements.txt** file ``` pip install -r requirements.txt ``` Now Run Your Server ``` python manage.py runserver ``` ![Server](https://github.com/chavarera/Django-CRUD/blob/master/img/server.PNG) Visit Following Url in Any Browser ``` http://127.0.0.1:8000/ ``` Output: ![success](https://github.com/chavarera/Django-CRUD/blob/master/img/success.PNG) Full Working Demo ![CRUD](https://github.com/chavarera/Django-CRUD/blob/master/img/FirstApp.gif) ## Contributor [Ravishankar Chavare](http://github.com/chavarera)